From aea7cae1333f9c4a8c078c2b6be97237d79d46ef Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 11 Nov 2005 17:04:17 +0100 Subject: [PATCH] Fix function call syntax in vif-route and vif-nat. Function calls in shell script should not contain parenthesis. Signed-off-by: Murillo Fernandes Bernardes --- tools/examples/vif-nat | 2 +- tools/examples/vif-route | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/examples/vif-nat b/tools/examples/vif-nat index 2d751edc60..9392f3d0ab 100644 --- a/tools/examples/vif-nat +++ b/tools/examples/vif-nat @@ -53,6 +53,6 @@ esac ip r ${ipcmd} ${ip} dev ${vif} src ${main_ip} -handle_iptable() +handle_iptable success diff --git a/tools/examples/vif-route b/tools/examples/vif-route index c804a01840..7e640b22ff 100755 --- a/tools/examples/vif-route +++ b/tools/examples/vif-route @@ -45,6 +45,6 @@ if [ "${ip}" ] ; then done fi -handle_iptable() +handle_iptable success -- 2.30.2